home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1997 September
/
Designer's Club 1997 September.iso
/
pc
/
IDEASRC
/
Bugs.DIR
/
00087_Script_87
< prev
next >
Wrap
Text File
|
1997-08-06
|
2KB
|
108 lines
on mousedown
puppetsound (2) "tick"
if sprite 17 intersects 4 then
repeat while the mousedown
set the membernum of sprite 4 to 82
updatestage
end repeat
set the membernum of sprite 4 to 81
updatestage
global hand
set hand = "pickup"
if the frame < 3 then go frame "roach"
end if
if sprite 17 intersects 3 then
repeat while the mousedown
set the membernum of sprite 3 to 19
updatestage
end repeat
set the membernum of sprite 3 to 18
updatestage
global hand
set hand = "squash"
if the frame < 3 then go frame "roach"
end if
if sprite 17 intersects 16 then
global hand
if hand = "pickup" then
go frame "gotoneroach"
end if
if hand = "squash" then
puppetsound (2) "crunch"
repeat while the mousedown
set the membernum of sprite 17 to 9
updatestage
end repeat
end if
end if
if sprite 17 intersects 10 then
repeat while the mousedown
set the membernum of sprite 10 to 70
updatestage
end repeat
set the membernum of sprite 10 to 61
updatestage
end if
if sprite 17 intersects 11 then
repeat while the mousedown
set the membernum of sprite 11 to 73
updatestage
end repeat
set the membernum of sprite 11 to 62
updatestage
if the frame < 48 then
go frame "tut"
else go the frame +1
end if
if sprite 17 intersects 12 then
repeat while the mousedown
set the membernum of sprite 12 to 71
updatestage
end repeat
set the membernum of sprite 12 to 63
updatestage
puppetsound (2) "goback"
sound stop (3)
go movie "main"
end if
if sprite 17 intersects 13 then
puppetsound (2) "byebye"
repeat while the mousedown
set the membernum of sprite 13 to 72
updatestage
end repeat
set the membernum of sprite 13 to 64
updatestage
sound stop (3)
go movie "quit"
end if
if sprite 17 intersects 14 then
repeat while the mousedown
set the membernum of sprite 14 to 74
updatestage
end repeat
set the membernum of sprite 14 to 68
updatestage
if soundbusy(3) then
sound stop 3
else puppetsound (3) "help"
end if
end